ByteNINumericByteNSubtract Method
Subtracts the specified value from the current value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
ByteN INumeric<ByteN>.Subtract(
ByteN value
)
Private Function Subtract (
value As ByteN
) As ByteN Implements INumeric(Of ByteN).Subtract
private:
virtual ByteN Subtract(
ByteN value
) sealed = INumeric<ByteN>::Subtract
private abstract Subtract :
value : ByteN -> ByteN
private override Subtract :
value : ByteN -> ByteN
- value ByteN
- The value to subtract from the current value.
ByteNThe result of subtracting
value from the current value.
INumericTSelfSubtract(TSelf)